home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 2000.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  136 b   |  9 lines

  1. on exitFrame
  2.   global movDurationVAR
  3.   if the movieTime of sprite 4 < movDurationVAR then
  4.     go(#loop)
  5.   else
  6.     go("2")
  7.   end if
  8. end
  9.